drawRectangle

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void drawRectangle(float x, float y, float width, float height, HipColor color)
    version(DefineOverloadings)
    void
    drawRectangle
    (
    float x
    ,
    float y
    ,
    float width
    ,
    float height
    ,
    HipColor color = HipColor.no
    )
  2. void drawRectangle(T r, HipColor color)

Meta